Skip to content

Add a basic guide for generic OAuth providers.#97

Closed
shadownetdev1 wants to merge 3 commits into
tinyauthapp:mainfrom
shadownetdev1:main
Closed

Add a basic guide for generic OAuth providers.#97
shadownetdev1 wants to merge 3 commits into
tinyauthapp:mainfrom
shadownetdev1:main

Conversation

@shadownetdev1

Copy link
Copy Markdown

Closes tinyauthapp/tinyauth#921

I was going to run the Astro Documentation and validate everything, but it failed during the install of sharp on my machine. :(

I suspect that there is some cleanup to be done or something that I missed. Thanks for making such a great project! I have only been playing around with it for a half hour or so, but it has shown great potential. I cannot wait to use it to replace my three dozen or so basic http authentications.

Error from when attempting to run npm install:

npm warn EBADENGINE Unsupported engine {
npm warn EBADENGINE   package: 'tinyauth-docs@0.0.1',
npm warn EBADENGINE   required: { node: 'v25.5.0' },
npm warn EBADENGINE   current: { node: 'v26.2.0', npm: '11.14.1' }
npm warn EBADENGINE }
npm error code 1
npm error path /home/user/tinyauthdocs/node_modules/sharp
npm error command failed
npm error command sh -c node install/check.js || npm run build
npm error > sharp@0.34.5 build
npm error > node install/build.js
npm error
npm error sharp: Attempting to build from source via node-gyp
npm error sharp: See https://sharp.pixelplumbing.com/install#building-from-source
npm error sharp: Please add node-addon-api to your dependencies
npm error A complete log of this run can be found in: /home/<redacted>/.npm/_logs/2026-06-05T17_03_03_182Z-debug-0.log

shadownetdev1 and others added 2 commits June 5, 2026 12:56
Documentation for generic OAuth providers
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jun 5, 2026
@coderabbitai

coderabbitai Bot commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Warning

Review limit reached

@shadownetdev1, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 54 minutes and 4 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 119d2733-9e93-47a8-b993-18445c3d5db0

📥 Commits

Reviewing files that changed from the base of the PR and between b34cd53 and 431e74d.

📒 Files selected for processing (2)
  • astro.config.mjs
  • src/content/docs/docs/guides/generic-oauth.mdx

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@steveiliop56

Copy link
Copy Markdown
Member

Continuing in #100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Does Tinyauth support generic OAuth providers?

2 participants